Skip to content

Conversation

@devlead
Copy link
Member

@devlead devlead commented Jun 22, 2025

This commit introduces an example of a multi-file Cake build using Cake.Sdk. This approach allows for better organization of build logic by splitting it across multiple C# files.

Key changes:

  • Added a multifile-build directory containing the new build script (�uild.cs) and a BuildData.cs model.
  • Introduced a new GitHub Actions workflow to run the multi-file build.
  • Updated README.md with instructions, a build badge, and a diagram for the new build type.
  • Bumped the Cake.Sdk version in global.json.

@devlead devlead enabled auto-merge (squash) June 22, 2025 21:30
@devlead devlead force-pushed the feature/multifile-build/build branch from 8453cd1 to 4d5344f Compare June 22, 2025 21:38
This commit introduces an example of a multi-file Cake build using Cake.Sdk. This approach allows for better organization of build logic by splitting it across multiple C# files.

Key changes:
- Added a multifile-build directory containing the new build script (�uild.cs) and a BuildData.cs model.
- Introduced a new GitHub Actions workflow to run the multi-file build.
- Updated README.md with instructions, a build badge, and a diagram for the new build type.
- Bumped the Cake.Sdk version in global.json.
@devlead devlead force-pushed the feature/multifile-build/build branch from 4d5344f to 833df1e Compare June 22, 2025 21:47
@devlead devlead merged commit d035244 into main Jun 22, 2025
4 checks passed
@devlead devlead deleted the feature/multifile-build/build branch June 22, 2025 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant